home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Freeware / Utilitare / algebrus / algebrus_setup.exe / {app} / Algebrus.exe / 0 / RCDATA / TGRSETTSFORM / TGRSETTSFORM.txt
Text File  |  2004-11-15  |  5KB  |  236 lines

  1. inherited GrSettsForm: TGrSettsForm
  2.   Caption = ' Graph Settings'
  3.   ClientHeight = 285
  4.   ClientWidth = 400
  5.   OnCreate = FormCreate
  6.   OnDestroy = FormDestroy
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited Bevel1: TBevel
  10.     Top = 241
  11.     Width = 385
  12.     Height = 7
  13.     Shape = bsSpacer
  14.     Visible = False
  15.   end
  16.   inherited OKBtn: TButton
  17.     Left = 158
  18.     Top = 252
  19.   end
  20.   inherited CancelBtn: TButton
  21.     Left = 238
  22.     Top = 252
  23.   end
  24.   object HelpBtn: TButton
  25.     Left = 318
  26.     Top = 252
  27.     Width = 75
  28.     Height = 25
  29.     Caption = '&Help'
  30.     TabOrder = 2
  31.     OnClick = HelpBtnClick
  32.   end
  33.   object grpSeries: TGroupBox
  34.     Left = 8
  35.     Top = 128
  36.     Width = 385
  37.     Height = 113
  38.     Caption = ' Series '
  39.     TabOrder = 3
  40.     object Label1: TLabel
  41.       Left = 152
  42.       Top = 16
  43.       Width = 105
  44.       Height = 13
  45.       AutoSize = False
  46.       Caption = 'Colour'
  47.     end
  48.     object Label3: TLabel
  49.       Left = 272
  50.       Top = 16
  51.       Width = 105
  52.       Height = 13
  53.       AutoSize = False
  54.       Caption = 'Style'
  55.     end
  56.     object Label4: TLabel
  57.       Left = 152
  58.       Top = 64
  59.       Width = 105
  60.       Height = 13
  61.       AutoSize = False
  62.       Caption = 'Line Width'
  63.     end
  64.     object Label5: TLabel
  65.       Left = 272
  66.       Top = 64
  67.       Width = 105
  68.       Height = 13
  69.       AutoSize = False
  70.       Caption = 'Mark Size'
  71.     end
  72.     object lstSeries: TCheckListBox
  73.       Left = 8
  74.       Top = 16
  75.       Width = 129
  76.       Height = 89
  77.       ItemHeight = 13
  78.       TabOrder = 0
  79.       OnClick = lstSeriesClick
  80.     end
  81.     object clbColor: TColorBox
  82.       Left = 152
  83.       Top = 32
  84.       Width = 105
  85.       Height = 22
  86.       Style = [cbStandardColors, cbExtendedColors, cbCustomColor, cbPrettyNames]
  87.       ItemHeight = 16
  88.       TabOrder = 1
  89.       OnChange = clbColorChange
  90.     end
  91.     object cmbStyle: TComboBox
  92.       Tag = 1
  93.       Left = 272
  94.       Top = 32
  95.       Width = 105
  96.       Height = 21
  97.       Style = csDropDownList
  98.       ItemHeight = 13
  99.       TabOrder = 2
  100.       OnChange = cmbStyleChange
  101.       Items.Strings = (
  102.         ' Line'
  103.         ' Dashed'
  104.         ' Dotted'
  105.         ' Cross'
  106.         ' Circle'
  107.         ' Rectangle')
  108.     end
  109.     object cmbWidth: TComboBox
  110.       Tag = 2
  111.       Left = 152
  112.       Top = 80
  113.       Width = 105
  114.       Height = 21
  115.       Style = csDropDownList
  116.       ItemHeight = 13
  117.       TabOrder = 3
  118.       OnChange = cmbStyleChange
  119.       Items.Strings = (
  120.         ' 1'
  121.         ' 2'
  122.         ' 3'
  123.         ' 4'
  124.         ' 5')
  125.     end
  126.     object cmbMark: TComboBox
  127.       Tag = 3
  128.       Left = 272
  129.       Top = 80
  130.       Width = 105
  131.       Height = 21
  132.       Style = csDropDownList
  133.       ItemHeight = 13
  134.       TabOrder = 4
  135.       OnChange = cmbStyleChange
  136.       Items.Strings = (
  137.         ' 1'
  138.         ' 2'
  139.         ' 3'
  140.         ' 4'
  141.         ' 5')
  142.     end
  143.   end
  144.   object GroupBox1: TGroupBox
  145.     Left = 8
  146.     Top = 8
  147.     Width = 385
  148.     Height = 113
  149.     Caption = ' General '
  150.     TabOrder = 4
  151.     object Label2: TLabel
  152.       Left = 8
  153.       Top = 68
  154.       Width = 105
  155.       Height = 13
  156.       AutoSize = False
  157.       Caption = 'Export format'
  158.     end
  159.     object edtTitle: TLabeledEdit
  160.       Left = 8
  161.       Top = 32
  162.       Width = 129
  163.       Height = 21
  164.       EditLabel.Width = 20
  165.       EditLabel.Height = 13
  166.       EditLabel.Caption = 'Title'
  167.       TabOrder = 0
  168.     end
  169.     object edtXCap: TLabeledEdit
  170.       Left = 152
  171.       Top = 32
  172.       Width = 105
  173.       Height = 21
  174.       EditLabel.Width = 46
  175.       EditLabel.Height = 13
  176.       EditLabel.Caption = 'X Caption'
  177.       TabOrder = 1
  178.     end
  179.     object edtYCap: TLabeledEdit
  180.       Left = 272
  181.       Top = 32
  182.       Width = 105
  183.       Height = 21
  184.       EditLabel.Width = 46
  185.       EditLabel.Height = 13
  186.       EditLabel.Caption = 'Y Caption'
  187.       TabOrder = 2
  188.     end
  189.     object chkYTicks: TCheckBox
  190.       Left = 272
  191.       Top = 64
  192.       Width = 89
  193.       Height = 17
  194.       Caption = 'Y Labels'
  195.       TabOrder = 3
  196.     end
  197.     object chkYGrid: TCheckBox
  198.       Left = 272
  199.       Top = 88
  200.       Width = 97
  201.       Height = 17
  202.       Caption = 'Y Grid'
  203.       TabOrder = 4
  204.     end
  205.     object chkXTicks: TCheckBox
  206.       Left = 152
  207.       Top = 64
  208.       Width = 89
  209.       Height = 17
  210.       Caption = 'X Labels'
  211.       TabOrder = 5
  212.     end
  213.     object chkXGrid: TCheckBox
  214.       Left = 152
  215.       Top = 88
  216.       Width = 97
  217.       Height = 17
  218.       Caption = 'X Grid'
  219.       TabOrder = 6
  220.     end
  221.     object cmbExport: TComboBox
  222.       Left = 8
  223.       Top = 84
  224.       Width = 129
  225.       Height = 21
  226.       Style = csDropDownList
  227.       ItemHeight = 13
  228.       TabOrder = 7
  229.       Items.Strings = (
  230.         ' Windows Bitmap'
  231.         ' Windows Metafile'
  232.         ' Enhanced Metafile')
  233.     end
  234.   end
  235. end
  236.